Mathjax test
- Tag support
$$a^2+b^2=c^2 \tag {1.1}$$
The tag of the above equation is
- Line break support
$$
\begin{split}
a &= b \\
c &= d \\
e &= f
\end{split}\tag{1.2}
$$
This should render 3 lines, but may only render the 3 equations in just 1 line.
Try the following code:
$$
\begin{split}
a &= b \newline
c &= d \newline
e &= f
\end{split}\tag{1.3}
$$
- Equation array support
$$
\begin{eqnarray*}
x^n+y^n &=& z^n \tag{1.4} \newline
x+y &=& z \tag{1.5}
\end{eqnarray*}
$$
- Matrix
$$
\begin{eqnarray*}
x^n+y^n &=& z^n \tag{1.4} \newline
x+y &=& z \tag{1.5}
\end{eqnarray*}
$$